C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendarXmlExchanger Class / Export Method / Export(String,IList<Event>) Method
A System.String containing the full path (including the file name and extension) to export.
A System.Collections.Generic.IList`1 object.

In This Topic
Export(String,IList<Event>) Method
In This Topic
Exports the appointments's data to a file.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal path As System.String, _
   ByVal appointments As System.Collections.Generic.IList(Of Event) _
) 
 

Parameters

path
A System.String containing the full path (including the file name and extension) to export.
appointments
A System.Collections.Generic.IList`1 object.
See Also